time.zone.isDST (field)
10 uses
time (current package)
zoneinfo.go#L53: isDST bool // is this zone Daylight Savings Time?
zoneinfo.go#L166: isDST = zone.isDST
zoneinfo.go#L180: isDST = zone.isDST
zoneinfo.go#L205: isDST = zone.isDST
zoneinfo.go#L240: if len(l.tx) > 0 && l.zone[l.tx[0].index].isDST {
zoneinfo.go#L242: if !l.zone[zi].isDST {
zoneinfo.go#L250: if !l.zone[zi].isDST {
zoneinfo_read.go#L267: zones[i].isDST = b != 0
zoneinfo_read.go#L344: isDST: isDST,
zoneinfo_read.go#L358: if z.name == name && z.offset == offset && z.isDST == isDST {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |